home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: Opening Pascal Structures in C - Need help
- Date: 3 Apr 1996 06:46:03 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4ju2vbINN17g@keats.ugrad.cs.ubc.ca>
- References: <4jqbru$b70@newsbf02.news.aol.com>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <4jqbru$b70@newsbf02.news.aol.com>, Klyton <klyton@aol.com> wrote:
- >How do you use the pascal keeyword correctly to open a file made in a
- >pascal array/structure? I am attempting to open a user file from a bbs
- >program that is in pascal. Any info on the PASCAL keyword and use will be
- >greatly appreciated... Thanx...
- >klyton@aol.com
-
- Load the file into a hex editor and look at the byte format. Then write a
- routine that will unpack it into a C structure. Alternately, you may want to
- take advantage of implementation-specific directives to get your compiler to
- declare a binary-compatible data structure.
- --
-
-